home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Mark Pilgrim
/
Final Chance 1.1.1
/
source
/
init code ƒ
/
show init.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-30
|
276 b
|
10 lines
|
[
TEXT/KAHL
]
#define GOOD_ICON 128
#define BAD_ICON 129
void ShowIconFamily(short);
void GetIconRect(register Rect* iconRect);
Handle ChooseIcon(short iconId, short* suggestedDepth);
#define ShowBadICON() ShowIconFamily(BAD_ICON)
#define ShowGoodICON() ShowIconFamily(GOOD_ICON)